Add seeed studio xiao RP2040 support#238
Open
skovati wants to merge 2 commits intowiredopposite:masterfrom
Open
Add seeed studio xiao RP2040 support#238skovati wants to merge 2 commits intowiredopposite:masterfrom
skovati wants to merge 2 commits intowiredopposite:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds initial support for the xiao rp2040 boards, which are a popular repackaging of the RP2040, similar to the RP2040-Zero. Because of this, I followed the pattern of the RP2040-Zero support to a tee, just changing a few pin constants essentially in the board config.
There is a wiring diagram for this board added to the
./hardware/README.mdThere are some build artifacts on my fork under RP2040-XIAO if you want to try testing on hardware.
The main downside I see right now is the RGB led is REALLY bright, which I've configured on my fork to be
0x11instead of0xff, but I don't know how that will affect other boards' RGB leds, so I've left it out of this PR.